home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / inetray / mole.ray < prev    next >
Text File  |  1995-02-13  |  18KB  |  941 lines

  1. /*======================================================================
  2.                     M O L E . R A Y 
  3.                     doc: Fri Mar 13 18:23:23 1992
  4.                     dlm: Wed May 26 11:25:02 1993
  5.                     (c) 1992 ant@ips.ethz.ch
  6.                     uE-Info: 91 30 T 0 0 72 10 2 8 ofnI
  7. ======================================================================*/
  8.  
  9. /* This file was produced by Thomas Koller (koller@ips.id.ethz.ch) for 
  10.    a ``scientific'' visualization. The molecule featured has been calculated
  11.    on a CRAY YMP with a SGI frontend.
  12.    Raytraceing this file needs loadsa CPU time. It is therefore included
  13.    as an example in the distribution of Inetray. */
  14.  
  15. /*#define    SCREEN 780 780*/
  16. #define    SCREEN 100 100
  17.  
  18. /***************************************************
  19.  * Thomas Koller
  20.  * 04-Apr-91
  21.  *
  22.  * new :
  23.  * 03-Sep-91
  24.  *
  25.  * raytraced molecules
  26.  *
  27.  **************************************************/
  28.  
  29. /* defines */
  30. define Sphere_Apart  1.9    /* how much the spheres are apart */
  31. define Sphere_Radius 0.4    /* Radius of spheres */
  32. define Disc_Radius   9.0
  33.  
  34. surface H            /* Materials */
  35.     ambient    0.0 0.0 0.2
  36.     diffuse    0.0 0.0 0.8
  37.     specular    0.5 0.5 0.5
  38.     specpow    18.
  39.     reflect    0.3
  40.  
  41. surface O
  42.     ambient    0.2 0.0 0.0
  43.     diffuse    0.7 0.0 0.0
  44.     specular    0.5 0.5 0.5
  45.     specpow    14.
  46.     reflect    0.3
  47.     
  48. surface C
  49.     ambient    0.0 0.0 0.0
  50.     diffuse    0.0 0.0 0.0
  51.     specular    0.5 0.5 0.5
  52.     specpow    18
  53.     reflect    0.3
  54.  
  55. surface Fe
  56.     ambient    0.3 0.3 0.4
  57.     diffuse    0.5 0.5 0.8
  58.     specular    0.5 0.5 0.5
  59.     specpow    18
  60.     reflect    0.3
  61.  
  62. surface Zn
  63.     ambient    0.2 0.2 0.2
  64.     diffuse    0.3 0.3 0.3
  65.     specular    0.3 0.3 0.3
  66.     specpow    18
  67.     reflect    0.6
  68.  
  69. surface glass 
  70.     specular 0.8 0.8 0.8 
  71.     specpow 18 
  72.     reflect 0.1 
  73.     transp 0.7 index 1.15 
  74.  
  75. surface dull_white             
  76.     ambient 0.5 0.5 0.5 
  77.     diffuse 0.5 0.5 0.5
  78.  
  79. surface gold
  80.     ambient 0.05 0.025 0 
  81.     diffuse 0.15 0.05 0.0 
  82.     specular 0.3 0.3 0.3 
  83.     specpow 18 
  84.     reflect 0.00
  85.     
  86. surface light_ambient_blue 
  87.     ambient 0.3 0.4 0.6 
  88.  
  89. /* screen & file parameters */
  90.  
  91. /*outfile        mole.rle*/
  92. screen        SCREEN
  93. report        
  94.  
  95. /* tracing prameters */
  96.  
  97. /* contrast    0.25   0.2   0.4 */
  98.  
  99. maxdepth    5
  100. cutoff        0.001
  101.  
  102.  
  103. /* image parameters */
  104.  
  105. /* view parameters */
  106. background  0.1        0.1        0.5
  107. lookp        0.        0        5.0
  108. fov        40.0
  109.  
  110. /* up view 
  111. eyep        0        0        40.0
  112. up        0        1        0
  113. */
  114.  
  115. /* normal view */
  116. eyep        0        -28.0   4.5
  117. up        0        0        1
  118.  
  119. /* atmosphere */
  120.  
  121. atmosphere
  122.     fog .3 .3 .1 800.0 800.0 800.0
  123.  
  124. /* light sources */
  125. light    1.0         point  6. -5. 10.    
  126. light   1.0 1.0 .7         point -120. 390 5.0
  127.  
  128. /* additional surfaces */
  129.  
  130. surface water_blue
  131.     ambient    0.0 0.0 0.1
  132.     diffuse     0.0 0.0 0.1
  133.     specular    0.3 0.3 0.3
  134.     specpow     15.0
  135.     reflect     0.3
  136.  
  137. surface water_green
  138.     ambient    0.0 0.1 0.0
  139.     diffuse     0.0 0.1 0.0
  140.     specular    0.3 0.3 0.3
  141.     specpow     15.0
  142.     reflect     0.3
  143.  
  144. surface Disc
  145.     ambient    0.0 0.0 0.0
  146.     diffuse     0.0 0.00 0.05
  147.     specular    0.3 0.3 0.3
  148.     specpow     15.0
  149.     reflect     0.7
  150.  
  151. surface Sun
  152.     ambient     .8 .8 .7
  153.     diffuse     .0 .0 .0
  154.     specular    .0 .0 .0
  155.     reflect 0.0
  156.     noshadow
  157.     
  158. /* objects */
  159. name molecule
  160. grid 6 6 6
  161. sphere C 0.250000
  162.     1.000000  0.000000  0.000000
  163. cylinder C
  164.     0.250000
  165.     1.000000  0.000000  0.000000
  166.     1.568650  -0.498550  -0.018550
  167. cylinder C
  168.     0.250000
  169.  
  170.     1.568650  -0.498550  -0.018550
  171.     2.137300  -0.997100  -0.037100
  172. cylinder C
  173.     0.250000
  174.     1.000000  0.000000  0.000000
  175.     1.082050  0.461300  -0.603350
  176. cylinder C
  177.     0.250000
  178.  
  179.     1.082050  0.461300  -0.603350
  180.     1.164100  0.922600  -1.206700
  181. cylinder C
  182.     0.250000
  183.     1.000000  0.000000  0.000000
  184.     1.003200  0.438950  0.625750
  185. cylinder C
  186.     0.250000
  187.  
  188.     1.003200  0.438950  0.625750
  189.     1.006400  0.877900  1.251500
  190. cylinder C
  191.     0.250000
  192.     1.000000  0.000000  0.000000
  193.     0.343600  -0.378950  0.000000
  194. cylinder C
  195.     0.250000
  196.  
  197.     0.343600  -0.378950  0.000000
  198.     -0.312800  -0.757900  0.000000
  199. sphere C 0.250000
  200.     2.137300  -0.997100  -0.037100
  201. cylinder C
  202.     0.250000
  203.     2.137300  -0.997100  -0.037100
  204.     2.664200  -0.944250  0.420750
  205. cylinder C
  206.     0.250000
  207.  
  208.     2.664200  -0.944250  0.420750
  209.     3.191100  -0.891400  0.878600
  210. cylinder C
  211.     0.250000
  212.     2.137300  -0.997100  -0.037100
  213.     2.142650  -1.504000  -0.519800
  214. cylinder C
  215.     0.250000
  216.  
  217.     2.142650  -1.504000  -0.519800
  218.     2.148000  -2.010900  -1.002500
  219. sphere C 0.250000
  220.     3.191100  -0.891400  0.878600
  221. cylinder C
  222.     0.250000
  223.     3.191100  -0.891400  0.878600
  224.     3.723350  -1.345400  0.853650
  225. cylinder C
  226.     0.250000
  227.  
  228.     3.723350  -1.345400  0.853650
  229.     4.255600  -1.799400  0.828700
  230. cylinder C
  231.     0.250000
  232.     3.191100  -0.891400  0.878600
  233.     3.186900  -0.493150  1.257900
  234. cylinder H
  235.     0.250000
  236.  
  237.     3.186900  -0.493150  1.257900
  238.     3.182700  -0.094900  1.637200
  239. sphere C 0.250000
  240.     4.255600  -1.799400  0.828700
  241. cylinder C
  242.     0.250000
  243.     4.255600  -1.799400  0.828700
  244.     4.260900  -2.306300  0.345950
  245. cylinder C
  246.     0.250000
  247.  
  248.     4.260900  -2.306300  0.345950
  249.     4.266200  -2.813200  -0.136800
  250. cylinder C
  251.     0.250000
  252.     4.255600  -1.799400  0.828700
  253.     4.813700  -1.743400  1.313650
  254. cylinder C
  255.     0.250000
  256.  
  257.     4.813700  -1.743400  1.313650
  258.     5.371800  -1.687400  1.798600
  259. sphere C 0.250000
  260.     4.266200  -2.813200  -0.136800
  261. cylinder C
  262.     0.250000
  263.     4.266200  -2.813200  -0.136800
  264.     3.739350  -2.866050  -0.594600
  265. cylinder C
  266.     0.250000
  267.  
  268.     3.739350  -2.866050  -0.594600
  269.     3.212500  -2.918900  -1.052400
  270. cylinder C
  271.     0.250000
  272.     4.266200  -2.813200  -0.136800
  273.     4.799250  -3.267900  -0.161750
  274. cylinder O
  275.     0.250000
  276.  
  277.     4.799250  -3.267900  -0.161750
  278.     5.332300  -3.722600  -0.186700
  279. sphere C 0.250000
  280.     3.212500  -2.918900  -1.052400
  281. cylinder C
  282.     0.250000
  283.     3.212500  -2.918900  -1.052400
  284.     2.680250  -2.464900  -1.027450
  285. cylinder C
  286.     0.250000
  287.  
  288.     2.680250  -2.464900  -1.027450
  289.     2.148000  -2.010900  -1.002500
  290. cylinder C
  291.     0.250000
  292.     3.212500  -2.918900  -1.052400
  293.     3.218200  -3.462000  -1.569650
  294. cylinder C
  295.     0.250000
  296.  
  297.     3.218200  -3.462000  -1.569650
  298.     3.223900  -4.005100  -2.086900
  299. sphere C 0.250000
  300.     2.148000  -2.010900  -1.002500
  301. cylinder C
  302.     0.250000
  303.     2.148000  -2.010900  -1.002500
  304.     1.734000  -2.052450  -1.362250
  305. cylinder H
  306.     0.250000
  307.  
  308.     1.734000  -2.052450  -1.362250
  309.     1.320000  -2.094000  -1.722000
  310. sphere C 0.250000
  311.     1.164100  0.922600  -1.206700
  312. cylinder C
  313.     0.250000
  314.     1.164100  0.922600  -1.206700
  315.     1.146200  0.630050  -1.681450
  316. cylinder H
  317.     0.250000
  318.  
  319.     1.146200  0.630050  -1.681450
  320.     1.128300  0.337500  -2.156200
  321. cylinder C
  322.     0.250000
  323.     1.164100  0.922600  -1.206700
  324.     0.765600  1.312700  -1.210050
  325. cylinder H
  326.     0.250000
  327.  
  328.     0.765600  1.312700  -1.210050
  329.     0.367100  1.702800  -1.213400
  330. cylinder C
  331.     0.250000
  332.     1.164100  0.922600  -1.206700
  333.     1.659300  1.179450  -1.174950
  334. cylinder H
  335.     0.250000
  336.  
  337.     1.659300  1.179450  -1.174950
  338.     2.154500  1.436300  -1.143200
  339. sphere C 0.250000
  340.     1.006400  0.877900  1.251500
  341. cylinder C
  342.     0.250000
  343.     1.006400  0.877900  1.251500
  344.     0.964400  0.564350  1.711100
  345. cylinder H
  346.     0.250000
  347.  
  348.     0.964400  0.564350  1.711100
  349.     0.922400  0.250800  2.170700
  350. cylinder C
  351.     0.250000
  352.     1.006400  0.877900  1.251500
  353.     1.472750  1.182900  1.277000
  354. cylinder H
  355.     0.250000
  356.  
  357.     1.472750  1.182900  1.277000
  358.     1.939100  1.487900  1.302500
  359. cylinder C
  360.     0.250000
  361.     1.006400  0.877900  1.251500
  362.     0.570350  1.226500  1.233200
  363. cylinder H
  364.     0.250000
  365.  
  366.     0.570350  1.226500  1.233200
  367.     0.134300  1.575100  1.214900
  368. sphere C 0.250000
  369.     5.371800  -1.687400  1.798600
  370. cylinder C
  371.     0.250000
  372.     5.371800  -1.687400  1.798600
  373.     5.294000  -1.263050  2.152750
  374. cylinder H
  375.     0.250000
  376.  
  377.     5.294000  -1.263050  2.152750
  378.     5.216200  -0.838700  2.506900
  379. cylinder C
  380.     0.250000
  381.     5.371800  -1.687400  1.798600
  382.     5.854350  -1.608700  1.526550
  383. cylinder H
  384.     0.250000
  385.  
  386.     5.854350  -1.608700  1.526550
  387.     6.336900  -1.530000  1.254500
  388. cylinder C
  389.     0.250000
  390.     5.371800  -1.687400  1.798600
  391.     5.416350  -2.161400  2.093550
  392. cylinder H
  393.     0.250000
  394.  
  395.     5.416350  -2.161400  2.093550
  396.     5.460900  -2.635400  2.388500
  397. sphere C 0.250000
  398.     3.223900  -4.005100  -2.086900
  399. cylinder C
  400.     0.250000
  401.     3.223900  -4.005100  -2.086900
  402.     2.768350  -3.982800  -2.407550
  403. cylinder H
  404.     0.250000
  405.  
  406.     2.768350  -3.982800  -2.407550
  407.     2.312800  -3.960500  -2.728200
  408. cylinder C
  409.     0.250000
  410.     3.223900  -4.005100  -2.086900
  411.     3.244300  -4.503300  -1.832450
  412. cylinder H
  413.     0.250000
  414.  
  415.     3.244300  -4.503300  -1.832450
  416.     3.264700  -5.001500  -1.578000
  417. cylinder C
  418.     0.250000
  419.     3.223900  -4.005100  -2.086900
  420.     3.677250  -3.953350  -2.409450
  421. cylinder H
  422.     0.250000
  423.  
  424.     3.677250  -3.953350  -2.409450
  425.     4.130600  -3.901600  -2.732000
  426. sphere C 0.250000
  427.     -0.312800  -0.757900  0.000000
  428. cylinder C
  429.     0.250000
  430.     -0.312800  -0.757900  0.000000
  431.     -0.787100  -0.636400  -0.500250
  432. cylinder C
  433.     0.250000
  434.  
  435.     -0.787100  -0.636400  -0.500250
  436.     -1.261400  -0.514900  -1.000500
  437. cylinder C
  438.     0.250000
  439.     -0.312800  -0.757900  0.000000
  440.     -0.444700  -1.229450  0.500250
  441. cylinder C
  442.     0.250000
  443.  
  444.     -0.444700  -1.229450  0.500250
  445.     -0.576600  -1.701000  1.000500
  446. sphere C 0.250000
  447.     -1.261400  -0.514900  -1.000500
  448. cylinder C
  449.     0.250000
  450.     -1.261400  -0.514900  -1.000500
  451.     -1.867650  -0.864900  -1.000500
  452. cylinder C
  453.     0.250000
  454.  
  455.     -1.867650  -0.864900  -1.000500
  456.     -2.473900  -1.214900  -1.000500
  457. cylinder C
  458.     0.250000
  459.     -1.261400  -0.514900  -1.000500
  460.     -1.157800  -0.144400  -1.393550
  461. cylinder H
  462.     0.250000
  463.  
  464.     -1.157800  -0.144400  -1.393550
  465.     -1.054200  0.226100  -1.786600
  466. sphere C 0.250000
  467.     -2.473900  -1.214900  -1.000500
  468. cylinder C
  469.     0.250000
  470.     -2.473900  -1.214900  -1.000500
  471.     -2.605800  -1.686400  -0.500250
  472. cylinder C
  473.     0.250000
  474.  
  475.     -2.605800  -1.686400  -0.500250
  476.     -2.737700  -2.157900  0.000000
  477. cylinder C
  478.     0.250000
  479.     -2.473900  -1.214900  -1.000500
  480.     -2.976000  -1.086200  -1.530100
  481. cylinder C
  482.     0.250000
  483.  
  484.     -2.976000  -1.086200  -1.530100
  485.     -3.478100  -0.957500  -2.059700
  486. sphere C 0.250000
  487.     -2.737700  -2.157900  0.000000
  488. cylinder C
  489.     0.250000
  490.     -2.737700  -2.157900  0.000000
  491.     -2.263350  -2.279450  0.500250
  492. cylinder C
  493.     0.250000
  494.  
  495.     -2.263350  -2.279450  0.500250
  496.     -1.789000  -2.401000  1.000500
  497. cylinder C
  498.     0.250000
  499.     -2.737700  -2.157900  0.000000
  500.     -3.214000  -2.432900  0.000000
  501. cylinder H
  502.     0.250000
  503.  
  504.     -3.214000  -2.432900  0.000000
  505.     -3.690300  -2.707900  0.000000
  506. sphere C 0.250000
  507.     -1.789000  -2.401000  1.000500
  508. cylinder C
  509.     0.250000
  510.     -1.789000  -2.401000  1.000500
  511.     -1.182800  -2.051000  1.000500
  512. cylinder C
  513.     0.250000
  514.  
  515.     -1.182800  -2.051000  1.000500
  516.     -0.576600  -1.701000  1.000500
  517. cylinder C
  518.     0.250000
  519.     -1.789000  -2.401000  1.000500
  520.     -1.928650  -2.900200  1.530100
  521. cylinder C
  522.     0.250000
  523.  
  524.     -1.928650  -2.900200  1.530100
  525.     -2.068300  -3.399400  2.059700
  526. sphere C 0.250000
  527.     -0.576600  -1.701000  1.000500
  528. cylinder C
  529.     0.250000
  530.     -0.576600  -1.701000  1.000500
  531.     -0.203950  -1.796500  1.393550
  532. cylinder H
  533.     0.250000
  534.  
  535.     -0.203950  -1.796500  1.393550
  536.     0.168700  -1.892000  1.786600
  537. sphere C 0.250000
  538.     -3.478100  -0.957500  -2.059700
  539. cylinder C
  540.     0.250000
  541.     -3.478100  -0.957500  -2.059700
  542.     -3.299800  -0.570350  -2.420650
  543. cylinder H
  544.     0.250000
  545.  
  546.     -3.299800  -0.570350  -2.420650
  547.     -3.121500  -0.183200  -2.781600
  548. cylinder C
  549.     0.250000
  550.     -3.478100  -0.957500  -2.059700
  551.     -3.957500  -0.779450  -1.833000
  552. cylinder H
  553.     0.250000
  554.  
  555.     -3.957500  -0.779450  -1.833000
  556.     -4.436900  -0.601400  -1.606300
  557. cylinder C
  558.     0.250000
  559.     -3.478100  -0.957500  -2.059700
  560.     -3.584850  -1.427250  -2.344050
  561. cylinder H
  562.     0.250000
  563.  
  564.     -3.584850  -1.427250  -2.344050
  565.     -3.691600  -1.897000  -2.628400
  566. sphere C 0.250000
  567.     -2.068300  -3.399400  2.059700
  568. cylinder C
  569.     0.250000
  570.     -2.068300  -3.399400  2.059700
  571.     -1.642800  -3.439950  2.419400
  572. cylinder H
  573.     0.250000
  574.  
  575.     -1.642800  -3.439950  2.419400
  576.     -1.217300  -3.480500  2.779100
  577. cylinder C
  578.     0.250000
  579.     -2.068300  -3.399400  2.059700
  580.     -2.154850  -3.903350  1.832850
  581. cylinder H
  582.     0.250000
  583.  
  584.     -2.154850  -3.903350  1.832850
  585.     -2.241400  -4.407300  1.606000
  586. cylinder C
  587.     0.250000
  588.     -2.068300  -3.399400  2.059700
  589.     -2.527700  -3.256050  2.344800
  590. cylinder H
  591.     0.250000
  592.  
  593.     -2.527700  -3.256050  2.344800
  594.     -2.987100  -3.112700  2.629900
  595. sphere C 0.250000
  596.     5.144800  -4.898400  0.485700
  597. cylinder C
  598.     0.250000
  599.     5.144800  -4.898400  0.485700
  600.     5.238550  -4.310500  0.149500
  601. cylinder O
  602.     0.250000
  603.  
  604.     5.238550  -4.310500  0.149500
  605.     5.332300  -3.722600  -0.186700
  606. cylinder C
  607.     0.250000
  608.     5.144800  -4.898400  0.485700
  609.     4.652500  -5.072350  0.803750
  610. cylinder O
  611.     0.250000
  612.  
  613.     4.652500  -5.072350  0.803750
  614.     4.160200  -5.246300  1.121800
  615. cylinder C
  616.     0.250000
  617.     5.144800  -4.898400  0.485700
  618.     5.723300  -5.250350  0.388250
  619. cylinder O
  620.     0.250000
  621.  
  622.     5.723300  -5.250350  0.388250
  623.     6.301800  -5.602300  0.290800
  624. sphere C 0.250000
  625.     6.364600  -6.868200  0.890100
  626. cylinder C
  627.     0.250000
  628.     6.364600  -6.868200  0.890100
  629.     6.209900  -7.440050  0.517150
  630. cylinder C
  631.     0.250000
  632.  
  633.     6.209900  -7.440050  0.517150
  634.     6.055200  -8.011900  0.144200
  635. cylinder C
  636.     0.250000
  637.     6.364600  -6.868200  0.890100
  638.     6.550750  -6.928400  1.562200
  639. cylinder C
  640.     0.250000
  641.  
  642.     6.550750  -6.928400  1.562200
  643.     6.736900  -6.988600  2.234300
  644. cylinder C
  645.     0.250000
  646.     6.364600  -6.868200  0.890100
  647.     6.333200  -6.235250  0.590450
  648. cylinder O
  649.     0.250000
  650.  
  651.     6.333200  -6.235250  0.590450
  652.     6.301800  -5.602300  0.290800
  653. sphere C 0.250000
  654.     6.055200  -8.011900  0.144200
  655. cylinder C
  656.     0.250000
  657.     6.055200  -8.011900  0.144200
  658.     6.086600  -8.643950  0.443400
  659. cylinder C
  660.     0.250000
  661.  
  662.     6.086600  -8.643950  0.443400
  663.     6.118000  -9.276000  0.742600
  664. cylinder C
  665.     0.250000
  666.     6.055200  -8.011900  0.144200
  667.     5.858100  -7.948100  -0.567600
  668. cylinder C
  669.     0.250000
  670.  
  671.     5.858100  -7.948100  -0.567600
  672.     5.661000  -7.884300  -1.279400
  673. sphere C 0.250000
  674.     6.118000  -9.276000  0.742600
  675. cylinder C
  676.     0.250000
  677.     6.118000  -9.276000  0.742600
  678.     6.304100  -9.336201  1.414750
  679. cylinder C
  680.     0.250000
  681.  
  682.     6.304100  -9.336201  1.414750
  683.     6.490200  -9.396400  2.086900
  684. cylinder C
  685.     0.250000
  686.     6.118000  -9.276000  0.742600
  687.     5.996400  -9.725300  0.449600
  688. cylinder H
  689.     0.250000
  690.  
  691.     5.996400  -9.725300  0.449600
  692.     5.874800  -10.174600  0.156600
  693. sphere C 0.250000
  694.     6.490200  -9.396400  2.086900
  695. cylinder C
  696.     0.250000
  697.     6.490200  -9.396400  2.086900
  698.     6.644900  -8.824551  2.459800
  699. cylinder C
  700.     0.250000
  701.  
  702.     6.644900  -8.824551  2.459800
  703.     6.799600  -8.252700  2.832700
  704. cylinder C
  705.     0.250000
  706.     6.490200  -9.396400  2.086900
  707.     6.514850  -9.893000  2.321950
  708. cylinder H
  709.     0.250000
  710.  
  711.     6.514850  -9.893000  2.321950
  712.     6.539500  -10.389600  2.557000
  713. sphere C 0.250000
  714.     6.799600  -8.252700  2.832700
  715. cylinder C
  716.     0.250000
  717.     6.799600  -8.252700  2.832700
  718.     6.768250  -7.620650  2.533500
  719. cylinder C
  720.     0.250000
  721.  
  722.     6.768250  -7.620650  2.533500
  723.     6.736900  -6.988600  2.234300
  724. cylinder C
  725.     0.250000
  726.     6.799600  -8.252700  2.832700
  727.     6.945850  -8.300050  3.360800
  728. cylinder H
  729.     0.250000
  730.  
  731.     6.945850  -8.300050  3.360800
  732.     7.092100  -8.347400  3.888900
  733. sphere C 0.250000
  734.     6.736900  -6.988600  2.234300
  735. cylinder C
  736.     0.250000
  737.     6.736900  -6.988600  2.234300
  738.     6.900750  -6.383000  2.629250
  739. cylinder C
  740.     0.250000
  741.  
  742.     6.900750  -6.383000  2.629250
  743.     7.064600  -5.777400  3.024200
  744. sphere C 0.250000
  745.     7.064600  -5.777400  3.024200
  746. cylinder C
  747.     0.250000
  748.     7.064600  -5.777400  3.024200
  749.     7.197850  -5.905750  3.550750
  750. cylinder H
  751.     0.250000
  752.  
  753.     7.197850  -5.905750  3.550750
  754.     7.331100  -6.034100  4.077300
  755. cylinder C
  756.     0.250000
  757.     7.064600  -5.777400  3.024200
  758.     6.624350  -5.430600  3.029000
  759. cylinder H
  760.     0.250000
  761.  
  762.     6.624350  -5.430600  3.029000
  763.     6.184100  -5.083800  3.033800
  764. cylinder C
  765.     0.250000
  766.     7.064600  -5.777400  3.024200
  767.     7.495150  -5.507100  2.790600
  768. cylinder H
  769.     0.250000
  770.  
  771.     7.495150  -5.507100  2.790600
  772.     7.925700  -5.236800  2.557000
  773. sphere C 0.250000
  774.     5.661000  -7.884300  -1.279400
  775. cylinder C
  776.     0.250000
  777.     5.661000  -7.884300  -1.279400
  778.     5.549950  -8.381950  -1.506500
  779. cylinder H
  780.     0.250000
  781.  
  782.     5.549950  -8.381950  -1.506500
  783.     5.438900  -8.879600  -1.733600
  784. cylinder C
  785.     0.250000
  786.     5.661000  -7.884300  -1.279400
  787.     6.072100  -7.641000  -1.570650
  788. cylinder H
  789.     0.250000
  790.  
  791.     6.072100  -7.641000  -1.570650
  792.     6.483200  -7.397700  -1.861900
  793. cylinder C
  794.     0.250000
  795.     5.661000  -7.884300  -1.279400
  796.     5.205500  -7.561500  -1.322900
  797. cylinder H
  798.     0.250000
  799.  
  800.     5.205500  -7.561500  -1.322900
  801.     4.750000  -7.238700  -1.366400
  802. sphere O 0.250000
  803.     5.332300  -3.722600  -0.186700
  804. sphere O 0.250000
  805.     4.160200  -5.246300  1.121800
  806. sphere O 0.250000
  807.     6.301800  -5.602300  0.290800
  808. sphere H 0.250000
  809.     3.182700  -0.094900  1.637200
  810. sphere H 0.250000
  811.     1.320000  -2.094000  -1.722000
  812. sphere H 0.250000
  813.     1.128300  0.337500  -2.156200
  814. sphere H 0.250000
  815.     0.367100  1.702800  -1.213400
  816. sphere H 0.250000
  817.     2.154500  1.436300  -1.143200
  818. sphere H 0.250000
  819.     0.922400  0.250800  2.170700
  820. sphere H 0.250000
  821.     1.939100  1.487900  1.302500
  822. sphere H 0.250000
  823.     0.134300  1.575100  1.214900
  824. sphere H 0.250000
  825.     -1.054200  0.226100  -1.786600
  826. sphere H 0.250000
  827.     -3.690300  -2.707900  0.000000
  828. sphere H 0.250000
  829.     0.168700  -1.892000  1.786600
  830. sphere H 0.250000
  831.     5.216200  -0.838700  2.506900
  832. sphere H 0.250000
  833.     6.336900  -1.530000  1.254500
  834. sphere H 0.250000
  835.     5.460900  -2.635400  2.388500
  836. sphere H 0.250000
  837.     2.312800  -3.960500  -2.728200
  838. sphere H 0.250000
  839.     3.264700  -5.001500  -1.578000
  840. sphere H 0.250000
  841.     4.130600  -3.901600  -2.732000
  842. sphere H 0.250000
  843.     -3.121500  -0.183200  -2.781600
  844. sphere H 0.250000
  845.     -4.436900  -0.601400  -1.606300
  846. sphere H 0.250000
  847.     -3.691600  -1.897000  -2.628400
  848. sphere H 0.250000
  849.     -1.217300  -3.480500  2.779100
  850. sphere H 0.250000
  851.     -2.241400  -4.407300  1.606000
  852. sphere H 0.250000
  853.     -2.987100  -3.112700  2.629900
  854. sphere H 0.250000
  855.     5.874800  -10.174600  0.156600
  856. sphere H 0.250000
  857.     6.539500  -10.389600  2.557000
  858. sphere H 0.250000
  859.     7.092100  -8.347400  3.888900
  860. sphere H 0.250000
  861.     7.331100  -6.034100  4.077300
  862. sphere H 0.250000
  863.     6.184100  -5.083800  3.033800
  864. sphere H 0.250000
  865.     7.925700  -5.236800  2.557000
  866. sphere H 0.250000
  867.     5.438900  -8.879600  -1.733600
  868. sphere H 0.250000
  869.     6.483200  -7.397700  -1.861900
  870. sphere H 0.250000
  871.     4.750000  -7.238700  -1.366400
  872. end
  873.  
  874. name spheres
  875. list
  876.     sphere (Sphere_Radius)
  877.     (Sphere_Apart) 0.0 0.0
  878.     sphere (Sphere_Radius)
  879.     (-Sphere_Apart*cos(pi/3)) (Sphere_Apart*sin(pi/3)) 0.0
  880.     sphere (Sphere_Radius)
  881.     (-Sphere_Apart*cos(pi/3)) (-Sphere_Apart*sin(pi/3)) 0.0
  882. end
  883.  
  884. name six_spheres
  885. list
  886.     object spheres
  887.     object spheres
  888.     rotate 0 0 1 60
  889. end
  890.  
  891. name the_scene
  892. list
  893.     object molecule
  894.     translate -5.3 3.7 0.0
  895.     rotate    1   0  0 175
  896.     rotate    0.  0. 1.0 155.
  897.     rotate    1   0  0 -40
  898.     rotate    0   1  0 -15
  899.     translate -2.0   0  4.0
  900.     cone
  901.     (Disc_Radius + 0.5)
  902.     0.0 0.0    0.0
  903.     (Disc_Radius)
  904.     0.0 0.0    0.5
  905.     disc Disc
  906.     (Disc_Radius)
  907.     0.0 0.0 0.5
  908.     0 0 1
  909.     object glass six_spheres
  910.     translate 0 0 (-Sphere_Radius)
  911.     scale 4 4 4    
  912. end
  913.  
  914.  
  915. /* primitives */
  916.  
  917. object the_scene
  918.     translate 0 0 2.0
  919.         
  920. plane water_blue
  921.     0 0 0
  922.     0 0 1
  923.     texture fbm 0.0 0.5 .5 1.6 9 0.0
  924.     scale 15 15 15
  925.     texture blotch 0. water_green
  926.  
  927.     texture fbmbump 0.0 0.5 0.5 1.5 7
  928.  
  929.  
  930. plane light_ambient_blue
  931.     0 0 20
  932.     0 0 -1
  933.     texture fbm 0.0 0.5 .5 1.5 10 0.0
  934.     scale 5. 5. 5.
  935.     texture blotch 1. dull_white
  936.     scale 5. 5. 5.
  937. sphere 
  938.     4.0
  939.     -120 400 6
  940.  
  941.